home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / emacs.lha / emacs-19.16 / src / s / sunos4-1.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-04  |  733 b   |  23 lines

  1. #include "sunos4-0.h"
  2.  
  3. /* 4.1.1 makes these system calls interruptible.  */
  4.  
  5. #define read sys_read
  6. #define write sys_write
  7. #define open sys_open
  8. #define close sys_close
  9.  
  10. #define INTERRUPTIBLE_OPEN
  11. #define INTERRUPTIBLE_CLOSE
  12. #define INTERRUPTIBLE_IO
  13.  
  14. /* Cause the compilation of oldxmenu to use the right -I option.  */
  15. #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM
  16.  
  17. /* Some systems do not run the Network Information Service, but have
  18.    modified the shared C library to include resolver support without
  19.    also changing the C archive library (/usr/lib/libc.a).  To deal
  20.    with this, you may need to link with the resolver library; to do
  21.    that, copy the following definition to config.h.  */
  22. /* #define LIBS_SYSTEM -lresolv */
  23.